home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00006_Script_Socball KTG < prev    next >
Text File  |  1998-09-28  |  197b  |  9 lines

  1. global gb
  2. on MouseDown
  3.   if rollover() <> 39 then exit
  4.   set the mousedownscript = "dontpassevent"
  5.   stoponly
  6.   button(gb,the clickon,2,"popmenuKTG") 
  7.   set the mousedownscript = empty
  8. end
  9.